projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3acab5e
)
Doc fix for previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 31 May 1997 06:41:24 +0000
(06:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 31 May 1997 06:41:24 +0000
(06:41 +0000)
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index 3b1a1e8d29d6c29583c43abbeb005fc07940a910..86adc522705c46617a15c9b4f44cbd94aecfadf4 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-486,7
+486,9
@@
inputting at minibuffer if this flag is t.")
;;;###autoload
(defun set-language-environment (language-name)
- "Setup multi-lingual environment convenient for LANGUAGE-NAME users."
+ "Set up multi-lingual environment for using LANGUAGE-NAME.
+This sets the coding system priority and the default input method
+and sometimes other things."
(interactive (list (read-language-name 'setup-function "Language: ")))
(if (or (null language-name)
(null (get-language-info language-name 'setup-function)))